Welcome![Sign In][Sign Up]
Location:
Search - matlab pso

Search list

[ELanguagemodified_PSO

Description: this modified PSO algorithm can solve for constrained optimization problem
Platform: | Size: 3072 | Author: harry | Hits:

[AI-NN-PRPSO

Description: PSO应用于最小二乘估计,编程环境为MATLAB6.5-PSO
Platform: | Size: 1024 | Author: 陈杨 | Hits:

[matlabPSO

Description: 利用粒子群算法,计算函数的最优化问题。 本程序有很强的适用性。在理论与实际问题的优化上有一定的推广价值-The use of particle swarm optimization, the calculation function of the optimization problem. This procedure has a strong application. Theory and practical problems in the optimization of the promotion of certain values
Platform: | Size: 1024 | Author: tuyanshuai | Hits:

[AI-NN-PRPSO

Description: 基于matlab的粒子群(PSO)算法求解BANANA函数的极值-PSO Algorithm for Banana function optimization (Matalab)
Platform: | Size: 1024 | Author: | Hits:

[matlabTSP-PSO

Description: 用混合粒子群算法求解TSP问题,自带GUI界面,共有9中算法,可解决各种TSP问题,效果不错。-Using hybrid particle swarm algorithm to solve TSP problems, bring their own GUI interface, a total of 9 in the algorithm, to resolve the various TSP problems, good results.
Platform: | Size: 33792 | Author: 灞堝媷 | Hits:

[AI-NN-PRparticle_swarm_optimization-Solve-the-TSP-problem.

Description: 基于粒子群优化算法(PSO)的50个城市TSP问题的求解,可推广至类似NP-hard问题。-Based on Particle Swarm Optimization (PSO) of the 50 cities TSP problem solving can be extended to a similar NP-hard problem.
Platform: | Size: 2048 | Author: 孙岩 | Hits:

[matlabRBF-Matlab

Description: 三个改进的径向基网络的matlab源程序-RBF
Platform: | Size: 6144 | Author: 马地彪 | Hits:

[GUI DevelopPSO-TSP

Description: 本程序是一个用POS来求解NP难问题,比图TSP问题,实际仿真效果证明改算法合理-This procedure is a POS to use NP hard problem to solve than the TSP problem graph, the actual simulation results prove that a reasonable change algorithm
Platform: | Size: 1024 | Author: 杨维 | Hits:

[AI-NN-PRmopso

Description: 粒子群求解多目标,里面包含帕累托最优。适合于发文章。和搞科研-pso solve mutiobjective
Platform: | Size: 1024 | Author: 留言民 | Hits:

[ARM-PowerPC-ColdFire-MIPSDocumentClusteringusingParticleSwarmOptimization.r

Description: 关于pso算法的一篇文章,老外写的,介绍将如何pso算法应用到文档聚类中-Pso algorithm on an article written by a foreigner on pso algorithm will be applied to document clustering
Platform: | Size: 31744 | Author: 刘勇 | Hits:

[AI-NN-PRCVRP-N

Description: 采用微粒群(粒子群/PSO)算法求解CVRP“车辆路径问题”的代码,对于中小规模算例能有很快的速度,对于大规模问题则效率偏低。文件包内附国际常用算例十余个。如有任何疑问,可以到http://2shi.phphubei.com.cn/index.php发帖咨询。-Using particle swarm (PSO/PSO) algorithm CVRP " vehicle routing problem," the code, for example small and medium-sized to have fast speed, large-scale problems for the low efficiency. International common package containing more than ten examples. If you have any questions, you can post messages to http://2shi.phphubei.com.cn/index.php advice.
Platform: | Size: 257024 | Author: 李剑 | Hits:

[matlabPSO-toolbox

Description: PSO的matlab工具箱 群体智能算法:对求解连续函数的极值问题上比GA好用-PSO' s intelligent algorithm matlab toolbox groups: continuous function of solving the issue of the extreme ease of use than GA
Platform: | Size: 759808 | Author: lihao | Hits:

[matlabhybrid-PSO

Description: 这是一个混合的粒子群算法编程实现,希望对大家有帮助-hybrid PSO code in matlab
Platform: | Size: 2048 | Author: 路红棵 | Hits:

[matlabpso

Description: Unzip and copy the files to a folder (directory). -Add the path to Matlab. (File>Set Path>Add with Subfolders) -Read help for get_psoOptions.m and pso.m (enter help get_psoOptions at command line)
Platform: | Size: 3072 | Author: letian | Hits:

[Multimedia DevelopPSO

Description: Particle swarm optimization (PSO) is a population based stochastic optimization technique developed by Dr. Eberhart and Dr. Kennedy in 1995, inspired by social behavior of bird flocking or fish schooling. Each particle keeps track of its coordinates in the problem space which are associated with the best solution (fitness) it has achieved so far. (The fitness value is also stored.) This value is called pbest. Another "best" value that is tracked by the particle swarm optimizer is the best value, obtained so far by any particle in the neighbors of the particle. This location is called lbest. when a particle takes all the population as its topological neighbors, the best value is a global best and is called gbest. Following is the steps of PSO:
Platform: | Size: 1024 | Author: BBB | Hits:

[source in ebookpso

Description: matlab实现的PSO算法,主要功能是模拟粒子群算法,经过测试可以运行。-matlab implementation of the PSO algorithm, the main function is to simulate particle swarm algorithm is tested to run.
Platform: | Size: 7168 | Author: 张锁 | Hits:

[OtherPSO

Description: 这个程序就是最基本的粒子群优化算法程序,用Matlab实现,非常简单。只有几十行代码。-This procedure is the most basic particle swarm optimization procedures, using Matlab implementation is very simple. Only a few dozen lines of code.
Platform: | Size: 530432 | Author: 高青松 | Hits:

[Mathimatics-Numerical algorithmspso

Description: 标准pso源程序,采用MATLAB编写,并附带测试程序。-Standard pso source, using MATLAB to prepare, and with testing procedures.
Platform: | Size: 3072 | Author: qing | Hits:

[AI-NN-PRpsoandimprovedpso

Description: 基本粒子群优化算法和改进粒子群优化算法程序,包括:用基本粒子群算法求解无约束优化问题,用带压缩因子的粒子群算法求解无约束优化问题,用线性递减权重粒子群优化算法求解无约束优化问题,用自适应权重粒子群优化算法求解无约束优化问题,用随机权重粒子群优化算法求解无约束优化问题,用学习因子同步变化的粒子群优化算法求解无约束优化问题,用学习因子异步变化的粒子群优化算法求解无约束优化问题,用二阶粒子群优化算法求解无约束优化问题,用二阶振荡粒子群优化算法求解无约束优化问题,用混沌粒子群优化算法求解无约束优化问题,用基于选择的粒子群优化算法求解无约束优化问,用基于交叉遗传的粒子群优化算法求解无约束优化问,用基于模拟退火的粒子群优化算法求解无约束优化问题-PSO and improved PSO
Platform: | Size: 8192 | Author: wangjin | Hits:

[Otherpso

Description: pso-matlab7.0例子pso(alfaB,yB,alfaN,HBB,HBN,yN,d)-pso-matlab7.0pso(alfaB,yB,alfaN,HBB,HBN,yN,d)
Platform: | Size: 1024 | Author: xuchang | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »

CodeBus www.codebus.net